home *** CD-ROM | disk | FTP | other *** search
/ Talking E-Mail / Talking E-Mail.iso / whole / Voiceguide / NC_SM_V8.INI < prev    next >
INI File  |  1997-01-06  |  9KB  |  374 lines

  1. [Modem]
  2. ;***********************************
  3. ;*** VoiceGuide                  ***
  4. ;*** Modem Configuration File    ***
  5. ;***                             ***
  6. ;*** NetComm Smartmodem V8       ***
  7. ;***********************************
  8. :
  9. ; This .INI file contains the AT commands
  10. ; and other settings used by the VoiceGuide 
  11. ; program to control Rockwell-compatible modems
  12. ; This file can be modified to provide a .INI
  13. ; file for other voice modems.
  14. ; Please consult the helpfile, and the [Modem]
  15. ; section of VG.INI when creating your own
  16. ; Modem Configuration .INI files.
  17. ;
  18. descrSoundQualityLow=Low (Rockwell 2 bits ADPCM)
  19. descrSoundQualityMed=Medium (Rockwell 3 bits ADPCM)
  20. descrSoundQualityHi=High (Rockwell 4 bits ADPCM)
  21. fileListLow=Rockwell 2 bit
  22. fileSuffixLow=R2
  23. fileListMed=Rockwell 3 bit
  24. fileSuffixMed=R3
  25. fileListHigh=Rockwell 4 bit
  26. fileSuffixHigh=R4
  27.  
  28. ;Test for a Rockwell-compatible voice modem
  29. ;Test commands are always sent at 19,200 port speed.
  30. test=AT#CLS=8#VLS=2
  31. test_r1=VCON
  32. test_tout=50
  33. ;
  34. ;The modem reset command
  35. reset=ATZ
  36. reset_r1=OK
  37. reset_tout=80
  38. ;
  39. ;InitString 1
  40. init1=AT&K3L1S0=0
  41. init1_r1=OK
  42. init1_tout=30
  43. ;
  44. ;InitString 2
  45. init2=
  46. init2_r1=OK
  47. init2_tout=30
  48. ;
  49. ;InitString 3 
  50. init3=
  51. init3_r1=OK
  52. init3_tout=30
  53. ;
  54. ;Select Voice mode
  55. vmode=AT#CLS=8
  56. vmode_r1=OK
  57. vmode_r2=VCON
  58. vmode_tout=40
  59. ;
  60. ;I/O : telephone line (with speaker ON, #VLS=0 for speaker off)
  61. ;used for configuring modem for incoming calls
  62. iomodetel=AT#VLS=4
  63. iomodetel_r1=OK
  64. iomodetel_r2=VCON
  65. iomodetel_tout=20
  66. ;
  67. ;I/O : speaker only 
  68. ;used in local recordings only
  69. iomodespkr=AT#VLS=2
  70. iomodespkr_r1=OK
  71. iomodespkr_r2=VCON
  72. iomodespkr_tout=20
  73. ;
  74. ;I/O : microphone only
  75. ;used in local recordings only
  76. iomodemic=AT#VLS=3
  77. iomodemic_r1=OK
  78. iomodemic_r2=VCON
  79. iomodemic_tout=20
  80. ;
  81. ;I/O : local handset
  82. ;used in local recordings only
  83. iomodelocal=AT#VLS=1
  84. iomodelocal_r1=OK
  85. iomodelocal_r2=VCON
  86. iomodelocal_tout=20
  87. ;
  88. ;Voice mode init 1
  89. vinit1=ATS105=0
  90. vinit1_r1=OK
  91. vinit1_r2=ERROR
  92. vinit1_tout=20
  93. ;
  94. ;Enable Caller ID reception
  95. cidyes=
  96. cidyes_r1=OK
  97. cidyes_r2=VCON
  98. cidyes_tout=40
  99. ;
  100. ;Disable Caller ID reception
  101. cidno=
  102. cidno_r1=OK
  103. cidno_r2=VCON
  104. cidno_tout=40
  105. ;
  106. ;Voice mode init 2
  107. vinit2=ATS30=0
  108. vinit2_r1=OK
  109. vinit2_r2=ERROR
  110. vinit2_tout=40
  111. ;
  112. ;Voice mode init 3
  113. ;We are going to lock the port speed to 38,400.
  114. vinit3=AT#BDR=16
  115. vinit3_r1=OK
  116. vinit3_r2=VCON
  117. vinit3_tout=20
  118. ;
  119. ;Voice mode init 4
  120. vinit4=
  121. vinit4_r1=OK
  122. vinit4_r2=ERROR
  123. vinit4_tout=20
  124. ;
  125. ;Silence Detection settings
  126. ;sildet=sildeta+sildetax+sildetb+SilDetLen+sildetbz
  127. sildeta=AT#VSS=
  128. sildeta0=1
  129. sildeta1=2
  130. sildeta2=3
  131. sildetb=#VSP=
  132. sildetbz=0
  133. sildet_r1=OK
  134. sildet_tout=30
  135. ;
  136. ;Enable Distinctive Ringing
  137. dryes=
  138. dryes_r1=OK
  139. dryes_r2=VCON
  140. dryes_tout=40
  141. ;
  142. ;Disable Distinctive Ringing
  143. drno=
  144. drno_r1=OK
  145. drno_r2=VCON
  146. drno_tout=40
  147. ;
  148. ;Voice Compression settings
  149. comprsLow=AT#VSD=0#VBS=2
  150. comprsMed=AT#VSD=0#VBS=3
  151. comprsHigh=AT#VSD=0#VBS=4
  152. comprs_r1=OK
  153. comprs_r2=VCON
  154. comprs_tout=40
  155. ;
  156. ;Sets the Port speed which will be used for communication between
  157. ;the computer and the modem. Setting depends on the Compression Type
  158. ;choosen. (leave blank if you do not wish to lock the port speed)
  159. lockPortSpeedComprsLow=38400
  160. lockPortSpeedComprsMed=38400
  161. lockPortSpeedComprsHigh=38400
  162. ;
  163. ;The Port speed which will be used to Play and Record sound files only.
  164. ;You may want to leave this blank if the port speed was locked when the sound 
  165. ;compression was being selected.
  166. comprsPortSpeedLow=
  167. comprsPortSpeedMed=
  168. comprsPortSpeedHigh=
  169. ;
  170. ;The port speed which will be dropped down to after the Play/Record
  171. ;has finished.
  172. comprsPortSpeedAfter=
  173. ;
  174. ;Whether the change to the new Port speed is to occur BEFORE or AFTER the 
  175. ;issuing of the Play/Record command. 
  176. ;BEFORE: port speed changed after issue of "speedCommandBeforeComprs"
  177. ;AFTER: port speed changed after issue of the Play or Record command.
  178. ;Leave blank if no Port speed change is required for Play & Record.
  179. comprsSpeedChange=
  180. ;
  181. ;The command which will be sent before any Play or Record command to
  182. ;initialise the port speed. Leave blank if no command is to be sent.
  183. speedCommandBeforeComprsLow=
  184. speedCommandBeforeComprsMed=
  185. speedCommandBeforeComprsHigh=
  186. ;
  187. ;This command will be sent to the modem after Play/Record has finished.
  188. ;It is used to initialise the port speed to the value prior to the 
  189. ;Play/Record commencing. Leave blank if no command is to be sent.
  190. speedCommandAfterComprs=
  191. speedCommandAfterComprs_r1=
  192. speedCommandAfterComprs_tout=0
  193. ;
  194. ;go into Play Sound File mode.
  195. play=AT#VTX
  196. play_r1=CONNECT
  197. play_tout=20
  198. ;
  199. ;go into Record Sound File mode.
  200. record=AT#VRX
  201. record_r1=CONNECT
  202. record_tout=20
  203. ;
  204. ;A special code to specify any special processing to be carried
  205. ;out on the recorded files.
  206. ;DS : number of bytes to delete from the start of the recorded file.
  207. ;DE : number of bytes to delete from the end of the recorded file.
  208. recoptions=(DS,2)(DE,10)
  209. ;
  210. ;Some commands & codes below are specified using ASCII values
  211. ;Where a command or code is more then 1 character long, the characters
  212. ;are separated by commas.
  213. ;
  214. ;Code sent to the modem to immediately stop playing a sound file.
  215. vplaystopfast=16,24,10,16,24
  216. vplaystopfast_r1=VCON
  217. vplaystopfast_tout=40
  218. ;
  219. ;Code sent to the modem to stop recording a sound file.
  220. vstoprec=16,24,10,16,24
  221. vstoprec_r1=VCON
  222. vstoprec_tout=40
  223. ;
  224. ;Code sent to the modem at the end of playing a sound file, 
  225. vplayend=16,03,10,16,03
  226. vplayend_r1=VCON
  227. vplayend_tout=70
  228. ;
  229. ;Code sent by the modem to the VoiceGuide that an 
  230. ;incoming call RING was just heard, you can modify this entry
  231. ;(if your modem supports distinctive ringing) to specify
  232. ;on which type of call would you like the modem to answer.
  233. ;Specified in ASCII characters
  234. incomingRingHeardcode=13,10,82,73,78,71
  235. ;
  236. ;Code sent by the modem to the VoiceGuide that an 
  237. ;incoming call was just answered by the modem without
  238. ;any command being issued from VoiceGuide
  239. incomingCallAnswered=
  240. ;
  241. ;How many different Answer modes are supported by this modem.
  242. ;VoiceGuide will issue the commands for the selected
  243. ;answer mode after it hears the selected number of rings.
  244. ;
  245. AnswerModesCount=2
  246. ;
  247. ;Descriptions of the various answer modes:
  248. AnswerModeDesc1=Answer Call with Modem Speaker ON
  249. AnswerModeDesc2=Answer Call with Modem Speaker OFF
  250. ;
  251. ;Answer an incoming call. 1st command of mode 1 answer
  252. answer_mode1_cmd1=AT#VLS=4
  253. answer_mode1_cmd1_r1=VCON
  254. answer_mode1_cmd1_r2=OK
  255. answer_mode1_cmd1_tout=30
  256. ;
  257. ;Answer an incoming call. 2nd command of mode 1 answer
  258. answer_mode1_cmd2=ATA
  259. answer_mode1_cmd2_r1=VCON
  260. answer_mode1_cmd2_r2=OK
  261. answer_mode1_cmd2_tout=40
  262. ;
  263. ;Answer an incoming call. 1st command of mode 2 answer
  264. answer_mode2_cmd1=AT#VLS=0
  265. answer_mode2_cmd1_r1=VCON
  266. answer_mode2_cmd1_r2=OK
  267. answer_mode2_cmd1_tout=30
  268. ;
  269. ;Answer an incoming call. 2nd command of mode 2 answer
  270. answer_mode2_cmd2=ATA
  271. answer_mode2_cmd2_r1=VCON
  272. answer_mode2_cmd2_r2=OK
  273. answer_mode2_cmd2_tout=40
  274. ;
  275. ;Init string sent to modem before dialing an alphanumeric pager
  276. ;Also see the [pager] section in the VG.INI file
  277. pagerinit=
  278. pagerinit_r1=OK
  279. pagerinit_tout=30
  280. ;
  281. ;Dial command prefix (telephone number is appended)
  282. dial=ATD
  283. dial_r1=VCON
  284. dial_r2=CONNECT
  285. dial_tout=300
  286. ;
  287. ;Hangup (go on-hook) command
  288. hangup=ATH
  289. hangup_r1=OK
  290. hangup_tout=60
  291. ;
  292. ;Sent to modem when exiting VoiceGuide
  293. exitVG=ATZHS0=0
  294. exitVG_r1=OK        ;not used
  295. exitVG_tout=70    ;not used
  296. ;
  297. ;Leave Voice mode
  298. vmodeleave=AT#CLS=0#BDR=0
  299. vmodeleave_r1=OK
  300. vmodeleave_tout=40
  301. ;
  302. ;play tone string (parameter supplied by program)
  303. playTones=AT#VTS=
  304. playTones_r1=OK
  305. playTones_tout=100    ;not used
  306. ;
  307. ;predefined beep - used for 'beeps' in script
  308. beep1=AT#VTS=[900,0,2]
  309. beep1_r1=OK
  310. beep1_r2=VCON
  311. beep1_tout=10
  312. ;
  313. ;predefined beep - used when stopping recording from telephone line
  314. beep2=AT#VTS=[600,0,2]
  315. beep2_r1=OK
  316. beep2_r2=VCON
  317. beep2_tout=10
  318. ;
  319. escape=16
  320. ;
  321. ; Codes sent by the modem:
  322. ; it is assumed that all type of modems will report
  323. ; the 0-9 & A-D DTMF tones using corresponding characters.
  324. codeDTMFstar=*
  325. codeDTMFhash=#
  326. codeAnswerTone=a
  327. codeBusy=b
  328. codeFaxCall=c
  329. codeDialTone=d
  330. codeDataCall=e
  331. codeBellAnswer=f
  332. codeErrorOverrun=o
  333. codeQuiet=q
  334. codeSilence=s
  335. codeOnHooklLocal=
  336. codeOffHooklLocal=
  337. codeOnHookRemote=
  338. codeOffHookRemote=
  339. codeOnHookExtension=
  340. codeOffHookExtension=
  341. codeErrorUnderrun=u
  342. codeRingWhilePlayOrRec=
  343. ;
  344. ;Commands used during PABX transfers.
  345. ;
  346. pabxpre1=AT#BDR=0#CLS=0
  347. pabxpre1_r1=OK
  348. pabxpre1_tout=30
  349. pabxpre2= 
  350. pabxpre2_r1= 
  351. pabxpre2_tout= 
  352. pabxpre3= 
  353. pabxpre3_r1= 
  354. pabxpre3_tout= 
  355.  
  356. pabxxferprefix=ATX3S6=2DT!
  357. pabxxfersuffix=;
  358. pabxxfer_r1=OK
  359. pabxxfer_tout=150
  360.  
  361. pabxxferback=ATX3S6=2DT!;
  362. pabxxferback_r1=OK
  363. pabxxferback_tout=100
  364.  
  365. pabxpost1=AT#CLS=8#BDR=16#VLS=4
  366. pabxpost1_r1=OK
  367. pabxpost1_tout=40 
  368. pabxpost2=ATA
  369. pabxpost2_r1=VCON
  370. pabxpost2_tout=50
  371. pabxpost3=
  372. pabxpost3_r1=
  373. pabxpost3_tout=
  374.